home *** CD-ROM | disk | FTP | other *** search
- trace("TransMuertes:");
- trace("checkpoint: " + checkpoint);
- trace("duh: " + duh);
- trace("checkpoint-duh: " + String(checkpoint - duh));
- stopAllSounds();
- lives--;
- currentdamage = 0;
- reveal = true;
- died = true;
- if(lives >= 0)
- {
- _root.gotoAndStop(checkpoint);
- }
- else
- {
- gotoAndPlay(5251);
- }
-